Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Migrate all crates except libm to edition 2024 #531

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

tgross35
Copy link
Contributor

Unfortunately this means we lose use of the convenient name gen, so
this includes a handful of renaming.

We can't increase the edition for libm yet due to MSRV, but we can
enable unsafe_op_in_unsafe_fn to help make that change smoother in the
future.

@tgross35 tgross35 force-pushed the edition-2024 branch 3 times, most recently from 8c68313 to b25b2f0 Compare April 18, 2025 22:25
Unfortunately this means we lose use of the convenient name `gen`, so
this includes a handful of renaming.

We can't increase the edition for `libm` yet due to MSRV, but we can
enable `unsafe_op_in_unsafe_fn` to help make that change smoother in the
future.
@tgross35 tgross35 enabled auto-merge (rebase) April 18, 2025 22:30
@tgross35 tgross35 merged commit c94017a into rust-lang:master Apr 18, 2025
35 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant